@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700);
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  scroll-behavior: smooth;
}
section {
  position: relative;
  width: 100%;
  /* height: 100%; */
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
   z-index: 1;
}
section h1 {

  z-index: 2;
  color: #fff;
  font: normal 300 24px / 1 'Nunito Sans', sans-serif;
  text-decoration: none;
  transition: opacity .3s;
  line-height: 45px;
}
.container3 h1{ 
   z-index: 2;
  color: #fff;
  font: normal 800 56px / 1 'Nunito Sans', sans-serif;
  text-decoration: none;
  transition: opacity .3s;
  line-height: 45px;
}
.container4 {
  margin: 0 auto;
  z-index: 3;
  width: 70%;
  margin-top: 30px;
}


.demoa {

    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 100;
    /* display: inline-block; */
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, 15%);
    color: #fff;
    font: normal 300 24px / 1 'Nunito Sans', sans-serif;
    /* letter-spacing: .1em; */
    text-decoration: none;
    transition: opacity .3s;
    line-height: 45px;
    text-align: center;
}


#section01 {
  width: 100%;
    position: relative;
    height: 100%;
}
#section01 a {
  padding-bottom: 20px;
}
.bottom30 {
  padding-bottom: 20px;
}
#section01 a span {
  position: absolute;
  top: 117%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



.bg1::after {
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(206, 139, 250, .4) 44%, rgba(155, 105, 245, .7) 76%, rgba(109, 64, 233) 100%);
}
/* .bg2::after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(109, 64, 233) 100%, rgba(29, 29, 114) 100%, rgba(9, 13, 76) 100%);
} */
.bg3::after {
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(109, 64, 233) 90%);
  height: 300px;
}

#section02 a span {

  position: absolute;
  top: 35px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}




@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}



#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}




@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}




@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body{
  margin: 0;
  padding: 0;
}
html[xmlns] .container {
  display: block;
}

* html .container {
  height: 1%;
}
.top{
  height: calc(30vh - 100px);
}
.container {

  display: inline-block;
    overflow: hidden;
    /* min-height: 100vh; */
    box-sizing: border-box;
    min-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 99;

}
.bottom_img {
  position:fixed;
  bottom:0px;
}
.container2 {

  text-align: center;
    margin: 0 auto;
 
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    height: 100%;
}
.container3 {
  text-align: center;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    width: 80%;
    height: 100%;
    justify-content: space-between;
}

.demoa1 {
  width: 500px;
}


.container2 #text{
  /* min-width: 410px; */
}
#check{
  margin: 20px 0 20px 0;
}
.text2 span{
  line-height: 30px;
  font-size: 20px;
}
.text3 span{
  line-height: 26px;
  font-size: 18px;
}
input[type=submit] {
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  font-weight: 400;
  color: white;
  text-decoration: none;
  padding: 1.3em 1.3em calc(1em + 3px);
  border-radius: 3px;
  background: #D50058;
  transition: 0.2s;
  display: inline-block;
  font-size: 16px;
}
input[type=submit]:disabled {
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  font-weight: 400;
  color: white;
  text-decoration: none;
  padding: 1.3em 1.3em calc(1em + 3px);
  border-radius: 3px;
  background: #6c5d63;
  transition: 0.2s;
  display: inline-block;
  font-size: 16px;

}
.tel, .mail {
  display: flex;
  align-items: center;
  gap: 33px;
}
.tel {
  margin-top: 210px;
}
.mail{
  margin-top: 60px;
}

.tel a, .mail a {
  z-index: 100;
  display: inline-block;
  color: #fff;
  font: normal 800 40px / 1 'Nunito Sans', sans-serif;
  text-decoration: none;
  transition: opacity .3s;
}
.tel img, .mail img {
  width: 76px;
}
.team-icon img {
  width: 70%;
  max-width: 300px;
}
.img-bg4 {
  background-image: url(../img/contacts.png);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  /* min-height: 1080px; */
}
.img-bg5 {
  /* background-image: url(../img/team2.png);
  background-size: cover;
  height: 1080px;
  background-repeat: no-repeat; */
  background-image: url(../img/team_desk2.png);
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
     /* width: 100%; */
     height: 100%;
     /* background-image: url(../image/logo.png); */
     /* background-repeat: no-repeat; */
     /* background-size: contain; */
     /* padding-top: 57%; */
     /* object-fit: cover; */
     /* object-position: bottom; */
     max-height: 1080px;
     /* max-width: 100%; */
     min-height: 850px;
}


.btn2-mob{
  display: none;
  bottom: 0;
  margin: 70px 0 20px 0;
  z-index: 4;
  position: relative;
}
.btn2-desk{
  bottom: 0;
  margin: 70px 0 20px 0;
  z-index: 4;
  display: block;
  position: relative;
}
.video-bg, .img-bg {
  /* height: 1080px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; */
  height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* min-height: 700px; */
}
.img-bg img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}



 .circle {
  position: relative;/*относительное позиционирование*/
  width: 200px;/*ширина круга*/
  height: 200px;/*высота круга*/
  border-radius: 50%;/*скругление углов*/
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ccc;цвет круга */
}
.logo1{
  position: absolute;
  width: 115px;
  height: 115px;
  background: url(../img/logo2.png);
  background-size: 80%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 7px;
    margin-left: 8px;
}
.text1 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: animate 10s linear infinite;/*свойства анимации*/
}
p span {
  position: absolute;
  left: 50%;/*позиция слева*/
  font-size: 1.2em;/*размер шрифта*/
  text-transform: none;/*большие буквы*/
  transform-origin: 0 100px;/*точка исхода трансформации*/
  color: #ffffff;
}

.text1 p span {
  position: absolute;
  left: 50%;/*позиция слева*/
  font-size: 1.2em;/*размер шрифта*/
  text-transform: none;/*большие буквы*/
  transform-origin: 0 100px;/*точка исхода трансформации*/
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
@keyframes animate {
  0%
  {
      transform: rotate(0deg);
  }
  100%
  {
      transform: rotate(360deg);
  }
}

@media screen and (max-width:1150px) 
{
  #section01 a span {
    top: 60px;
  }
  .demoa {
    line-height: 35px;
    font-size: 25px;

  }
  .container3 h1 {
    font-size: 40px;
  }
  .tel a, .mail a {
    font-size: 35px;
  }
  .tel {
    margin-top: 100px;
  }
  .img-bg4 {
    background-image: url('../img/contacts3.png');
  }

}
@media screen and (max-width:1300px)  {
  .img-bg5 {
    min-height: 750px;
  }
  .circle{
    width: 200px;
    height: 200px;

  }
  .logo1{
    width: 100px;
    height: 100px;
    margin-top: 3px;
    margin-left: 6px;
  }
}
@media screen and (max-width:1000px)  {
  .img-bg5 {
    min-height: 600px;
  }
  .circle{
    width: 200px;
    height: 200px;

  }
  .logo1{
    width: 100px;
    height: 100px;

  }
  .text1{
    line-height: 51px;
    font-size: 20px;
  }
}
@media screen and (max-width:700px) 
{
  #section01 a span {
    top: 75px;
  }
  #section01 a{
    padding-bottom: 55px;
  }
  section h1 {
    font-size: 22px;
  }
  .demoa {
    line-height: 35px;
    font-size: 20px;
  }
  .demoa1 span {
    top: 60px;
  }
  .container3 {
    justify-content: space-between;
  }
  .container3 h1 {
    font-size: 30px;
  }
  .tel a, .mail a {
    font-size: 22px;
  }
  .demoa1 {
    width: 300px;
  }
  .btn2-desk{
    display: none;
  }
  .btn2-mob {
  display: block;
  }


}
@media screen and (max-width:800px)  {
  .container4 {
    margin-top: 300px;
  }
  .team-icon {
    display: flex;
    justify-content: center;
  }
  .circle{
    width: 200px;
    height: 200px;

  }
}
@media screen and (max-width:600px) 
{
  .text2 span{
    font-size: 16px;
    line-height: 25px;
  }
  .text3 span{
    font-size: 14px;
    line-height: 20px;
  }
  /* .img-bg4 {
    background-image: url('../img/contacts3.png');
  } */
  .tel {
    margin-top: 350px;
  }
  .mail{
    margin-top: 40px;
  }
  .container4 {
    margin-top: 280px;
  }
}